home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / drom.dir / 00094.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  403 b   |  14 lines

  1. on mouseUp
  2.   global gsetup_pointer, gmenudrive, groomlabellist, gwhere_I_am
  3.   depuppify()
  4.   set the text of field "xxfield" to " "
  5.   set the visible of sprite 24 to 0
  6.   if gmenudrive = 0 then
  7.     go("mainroom")
  8.     set the castNum of sprite 24 to the memberNum of member gsetup_pointer
  9.     set the castNum of sprite 21 to member getAt(groomlabellist, gwhere_I_am)
  10.   else
  11.     go("menuroom")
  12.   end if
  13. end
  14.